Html Css Color HEX #ECE483 Texas

📋 copy color: '#ECE483'

red 236 ◦ green 228 ◦ blue 131

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

Shades of Texas #ECE483

Tints of Texas #ECE483

RGB

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

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

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

R = 39.66%
G = 38.32%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECE483 (or 0xECE483) is known color: Texas. HEX triplet: EC, E4 and 83. RGB value is (236,228,131). Sum of RGB (Red+Green+Blue) = 236+228+131=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 131 (51.56% from 255 or 22.02% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE483 is #131B7C. Grayscale: #DBDBDB. Windows color (decimal): -1252221 or 8643820. OLE color: 8643820.

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

Color convert

RGB 236 228 131 -
CMYK 0 0.03 0.44 0.07
HSL 55.43º 0.73% 0.72% -
HSV(B) 55.43º 0.44% 0.93% -
XYZ 66.43 74.96 32.44 -
YUV 219.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 236 228 131 0 0.03 0.44 0.07 55.43 0.73 0.72
Hex EC E4 83 0 3 2C 7 37 49 48
Octal 354 344 203 0 3 54 7 67 111 110
Binary 11101100 11100100 10000011 0 11 101100 111 110111 1001001 1001000

Color Harmonies of #ECE483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE483

Black with #ECE483

Text Example


Text Example

White with #ECE483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE483; }

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

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

background-color css

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

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

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

border-color css

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

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

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