Html Css Color HEX #EDED81 Texas

📋 copy color: '#EDED81'

red 237 ◦ green 237 ◦ blue 129

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

Shades of Texas #EDED81

Tints of Texas #EDED81

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.3%

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

R = 39.3%
G = 39.3%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDED81 (or 0xEDED81) is known color: Texas. HEX triplet: ED, ED and 81. RGB value is (237,237,129). Sum of RGB (Red+Green+Blue) = 237+237+129=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 129 (50.78% from 255 or 21.39% from 603); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED81 is #12127E. Grayscale: #E1E1E1. Windows color (decimal): -1184383 or 8515053. OLE color: 8515053.

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

Color convert

RGB 237 237 129 -
CMYK 0 0 0.46 0.07
HSL 60º 0.75% 0.72% -
HSV(B) 60º 0.46% 0.93% -
XYZ 69.17 80.16 32.6 -
YUV 224.69 74 136.78 -
System Red Green Blue C M Y K H S L
Decimal 237 237 129 0 0 0.46 0.07 60 0.75 0.72
Hex ED ED 81 0 0 2E 7 3C 4B 48
Octal 355 355 201 0 0 56 7 74 113 110
Binary 11101101 11101101 10000001 0 0 101110 111 111100 1001011 1001000

Color Harmonies of #EDED81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED81

Black with #EDED81

Text Example


Text Example

White with #EDED81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED81; }

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

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

background-color css

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

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

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

border-color css

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

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

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