Html Css Color HEX #EDED83 Texas

📋 copy color: '#EDED83'

red 237 ◦ green 237 ◦ blue 131

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

Shades of Texas #EDED83

Tints of Texas #EDED83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 21.65%

R = 39.17%
G = 39.17%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDED83 (or 0xEDED83) is known color: Texas. HEX triplet: ED, ED and 83. RGB value is (237,237,131). Sum of RGB (Red+Green+Blue) = 237+237+131=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 131 (51.56% from 255 or 21.65% from 605); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED83 is #12127C. Grayscale: #E1E1E1. Windows color (decimal): -1184381 or 8646125. OLE color: 8646125.

HSL color Cylindrical-coordinate representation of color #EDED83: 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.45%. Process color model (Four color, CMYK) of #EDED83 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 131 -
CMYK 0 0 0.45 0.07
HSL 60º 0.75% 0.72% -
HSV(B) 60º 0.45% 0.93% -
XYZ 69.31 80.21 33.3 -
YUV 224.92 75 136.62 -
System Red Green Blue C M Y K H S L
Decimal 237 237 131 0 0 0.45 0.07 60 0.75 0.72
Hex ED ED 83 0 0 2D 7 3C 4B 48
Octal 355 355 203 0 0 55 7 74 113 110
Binary 11101101 11101101 10000011 0 0 101101 111 111100 1001011 1001000

Color Harmonies of #EDED83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED83

Black with #EDED83

Text Example


Text Example

White with #EDED83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED83; }

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

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

background-color css

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

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

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

border-color css

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

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

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