Html Css Color HEX #EDE875 Texas

📋 copy color: '#EDE875'

red 237 ◦ green 232 ◦ blue 117

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

Shades of Texas #EDE875

Tints of Texas #EDE875

RGB

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

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

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

R = 40.44%
G = 39.59%
B = 19.97%

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

#EDE875 (or 0xEDE875) is known color: Texas. HEX triplet: ED, E8 and 75. RGB value is (237,232,117). Sum of RGB (Red+Green+Blue) = 237+232+117=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 117 (46.09% from 255 or 19.97% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE875 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE875 is #12178A. Grayscale: #DCDCDC. Windows color (decimal): -1185675 or 7727341. OLE color: 7727341.

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

Color convert

RGB 237 232 117 -
CMYK 0 0.02 0.51 0.07
HSL 57.5º 0.77% 0.69% -
HSV(B) 57.5º 0.51% 0.93% -
XYZ 66.99 77 28.16 -
YUV 220.39 69.66 139.85 -
System Red Green Blue C M Y K H S L
Decimal 237 232 117 0 0.02 0.51 0.07 57.5 0.77 0.69
Hex ED E8 75 0 2 33 7 3A 4D 45
Octal 355 350 165 0 2 63 7 72 115 105
Binary 11101101 11101000 1110101 0 10 110011 111 111010 1001101 1000101

Color Harmonies of #EDE875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE875

Black with #EDE875

Text Example


Text Example

White with #EDE875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE875; }

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

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

background-color css

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

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

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

border-color css

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

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

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