Html Css Color HEX #EDE481 Texas

📋 copy color: '#EDE481'

red 237 ◦ green 228 ◦ blue 129

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

Shades of Texas #EDE481

Tints of Texas #EDE481

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.38%

 BLUE value IS 129 (50.78% from 255) = 21.72%

R = 39.9%
G = 38.38%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDE481 (or 0xEDE481) is known color: Texas. HEX triplet: ED, E4 and 81. RGB value is (237,228,129). Sum of RGB (Red+Green+Blue) = 237+228+129=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 129 (50.78% from 255 or 21.72% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE481 is #121B7E. Grayscale: #DBDBDB. Windows color (decimal): -1186687 or 8512749. OLE color: 8512749.

HSL color Cylindrical-coordinate representation of color #EDE481: hue angle of 55º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EDE481 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 228 129 -
CMYK 0 0.04 0.46 0.07
HSL 55º 0.75% 0.72% -
HSV(B) 55º 0.46% 0.93% -
XYZ 66.63 75.08 31.75 -
YUV 219.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 237 228 129 0 0.04 0.46 0.07 55 0.75 0.72
Hex ED E4 81 0 4 2E 7 37 4B 48
Octal 355 344 201 0 4 56 7 67 113 110
Binary 11101101 11100100 10000001 0 100 101110 111 110111 1001011 1001000

Color Harmonies of #EDE481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE481

Black with #EDE481

Text Example


Text Example

White with #EDE481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE481; }

 p { color: rgb(237,228,129); }

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

background-color css

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

 a { background-color: rgb(237,228,129); }

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

border-color css

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

 span { border-color: rgb(237,228,129); }

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