Html Css Color HEX #ECED83 Texas

📋 copy color: '#ECED83'

red 236 ◦ green 237 ◦ blue 131

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

Shades of Texas #ECED83

Tints of Texas #ECED83

RGB

 RED value IS 236 (92.58% from 255) = 39.07%

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

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

R = 39.07%
G = 39.24%
B = 21.69%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ECED83 (or 0xECED83) is known color: Texas. HEX triplet: EC, ED and 83. RGB value is (236,237,131). Sum of RGB (Red+Green+Blue) = 236+237+131=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 131 (51.56% from 255 or 21.69% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECED83 is #13127C. Grayscale: #E1E1E1. Windows color (decimal): -1249917 or 8646124. OLE color: 8646124.

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

Color convert

RGB 236 237 131 -
CMYK 0.00 0 0.45 0.07
HSL 60.57º 0.75% 0.72% -
HSV(B) 60.57º 0.45% 0.93% -
XYZ 68.97 80.04 33.29 -
YUV 224.62 75.17 136.12 -
System Red Green Blue C M Y K H S L
Decimal 236 237 131 0.00 0 0.45 0.07 60.57 0.75 0.72
Hex EC ED 83 0 0 2D 7 3D 4B 48
Octal 354 355 203 0 0 55 7 75 113 110
Binary 11101100 11101101 10000011 0 0 101101 111 111101 1001011 1001000

Color Harmonies of #ECED83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECED83

Black with #ECED83

Text Example


Text Example

White with #ECED83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECED83; }

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

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

background-color css

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

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

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

border-color css

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

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

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