Html Css Color HEX #EDE874 Texas

📋 copy color: '#EDE874'

red 237 ◦ green 232 ◦ blue 116

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

Shades of Texas #EDE874

Tints of Texas #EDE874

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.66%

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

R = 40.51%
G = 39.66%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDE874 (or 0xEDE874) is known color: Texas. HEX triplet: ED, E8 and 74. RGB value is (237,232,116). Sum of RGB (Red+Green+Blue) = 237+232+116=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 116 (45.70% from 255 or 19.83% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE874 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE874 is #12178B. Grayscale: #DCDCDC. Windows color (decimal): -1185676 or 7661805. OLE color: 7661805.

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

Color convert

RGB 237 232 116 -
CMYK 0 0.02 0.51 0.07
HSL 57.52º 0.77% 0.69% -
HSV(B) 57.52º 0.51% 0.93% -
XYZ 66.93 76.98 27.85 -
YUV 220.27 69.16 139.93 -
System Red Green Blue C M Y K H S L
Decimal 237 232 116 0 0.02 0.51 0.07 57.52 0.77 0.69
Hex ED E8 74 0 2 33 7 3A 4D 45
Octal 355 350 164 0 2 63 7 72 115 105
Binary 11101101 11101000 1110100 0 10 110011 111 111010 1001101 1000101

Color Harmonies of #EDE874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE874

Black with #EDE874

Text Example


Text Example

White with #EDE874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE874; }

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

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

background-color css

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

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

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

border-color css

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

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

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