Html Css Color HEX #EDE075 Texas

📋 copy color: '#EDE075'

red 237 ◦ green 224 ◦ blue 117

#EDE075
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas #EDE075

Tints of Texas #EDE075

RGB

 RED value IS 237 (92.97% from 255) = 41%

 GREEN value IS 224 (87.89% from 255) = 38.75%

 BLUE value IS 117 (46.09% from 255) = 20.24%

R = 41%
G = 38.75%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDE075 (or 0xEDE075) is known color: Texas. HEX triplet: ED, E0 and 75. RGB value is (237,224,117). Sum of RGB (Red+Green+Blue) = 237+224+117=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 117 (46.09% from 255 or 20.24% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE075 is #121F8A. Grayscale: #D8D8D8. Windows color (decimal): -1187723 or 7725293. OLE color: 7725293.

HSL color Cylindrical-coordinate representation of color #EDE075: hue angle of 53.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDE075 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 224 117 -
CMYK 0 0.05 0.51 0.07
HSL 53.5º 0.77% 0.69% -
HSV(B) 53.5º 0.51% 0.93% -
XYZ 64.79 72.6 27.43 -
YUV 215.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 237 224 117 0 0.05 0.51 0.07 53.5 0.77 0.69
Hex ED E0 75 0 5 33 7 36 4D 45
Octal 355 340 165 0 5 63 7 66 115 105
Binary 11101101 11100000 1110101 0 101 110011 111 110110 1001101 1000101

Color Harmonies of #EDE075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE075

Black with #EDE075

Text Example


Text Example

White with #EDE075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE075; }

 p { color: rgb(237,224,117); }

 H1.HeaderClassName
 {
   color: #EDE075;
 }
 .AnyTagClassName
 {
   color: #EDE075;
 }
</style>

background-color css

<style>
 a { background-color: #EDE075; }

 a { background-color: rgb(237,224,117); }

 div.DivClassName
 {
   background-color: #EDE075;
 }
 .BgClassName
 {
   background-color: #EDE075;
 }
</style>

border-color css

<style>
 span { border-color: #EDE075; }

 span { border-color: rgb(237,224,117); }

 td.TdClassName
 {
   border-color: #EDE075;
 }
 .TagClassName
 {
   border-color: #EDE075;
 }
</style>