Html Css Color HEX #EDE074 Texas

📋 copy color: '#EDE074'

red 237 ◦ green 224 ◦ blue 116

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

Shades of Texas #EDE074

Tints of Texas #EDE074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.1%

R = 41.07%
G = 38.82%
B = 20.1%

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

#EDE074 (or 0xEDE074) is known color: Texas. HEX triplet: ED, E0 and 74. RGB value is (237,224,116). Sum of RGB (Red+Green+Blue) = 237+224+116=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 116 (45.70% from 255 or 20.10% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE074 is #121F8B. Grayscale: #D8D8D8. Windows color (decimal): -1187724 or 7659757. OLE color: 7659757.

HSL color Cylindrical-coordinate representation of color #EDE074: hue angle of 53.55º 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 #EDE074 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 224 116 -
CMYK 0 0.05 0.51 0.07
HSL 53.55º 0.77% 0.69% -
HSV(B) 53.55º 0.51% 0.93% -
XYZ 64.73 72.58 27.12 -
YUV 215.58 71.81 143.28 -
System Red Green Blue C M Y K H S L
Decimal 237 224 116 0 0.05 0.51 0.07 53.55 0.77 0.69
Hex ED E0 74 0 5 33 7 36 4D 45
Octal 355 340 164 0 5 63 7 66 115 105
Binary 11101101 11100000 1110100 0 101 110011 111 110110 1001101 1000101

Color Harmonies of #EDE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE074

Black with #EDE074

Text Example


Text Example

White with #EDE074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE074; }

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

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

background-color css

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

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

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

border-color css

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

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

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