Html Css Color HEX #EDEB76 Texas

📋 copy color: '#EDEB76'

red 237 ◦ green 235 ◦ blue 118

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

Shades of Texas #EDEB76

Tints of Texas #EDEB76

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.83%

 BLUE value IS 118 (46.48% from 255) = 20%

R = 40.17%
G = 39.83%
B = 20%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDEB76 (or 0xEDEB76) is known color: Texas. HEX triplet: ED, EB and 76. RGB value is (237,235,118). Sum of RGB (Red+Green+Blue) = 237+235+118=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 118 (46.48% from 255 or 20% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEB76 is #121489. Grayscale: #DEDEDE. Windows color (decimal): -1184906 or 7793645. OLE color: 7793645.

HSL color Cylindrical-coordinate representation of color #EDEB76: hue angle of 58.99º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDEB76 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 235 118 -
CMYK 0 0.01 0.50 0.07
HSL 58.99º 0.77% 0.7% -
HSV(B) 58.99º 0.5% 0.93% -
XYZ 67.9 78.73 28.76 -
YUV 222.26 69.16 138.51 -
System Red Green Blue C M Y K H S L
Decimal 237 235 118 0 0.01 0.50 0.07 58.99 0.77 0.7
Hex ED EB 76 0 1 32 7 3B 4D 46
Octal 355 353 166 0 1 62 7 73 115 106
Binary 11101101 11101011 1110110 0 1 110010 111 111011 1001101 1000110

Color Harmonies of #EDEB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB76

Black with #EDEB76

Text Example


Text Example

White with #EDEB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB76; }

 p { color: rgb(237,235,118); }

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

background-color css

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

 a { background-color: rgb(237,235,118); }

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

border-color css

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

 span { border-color: rgb(237,235,118); }

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