Html Css Color HEX #ECE07A Texas

📋 copy color: '#ECE07A'

red 236 ◦ green 224 ◦ blue 122

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

Shades of Texas #ECE07A

Tints of Texas #ECE07A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.49%

 BLUE value IS 122 (48.05% from 255) = 20.96%

R = 40.55%
G = 38.49%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ECE07A (or 0xECE07A) is known color: Texas. HEX triplet: EC, E0 and 7A. RGB value is (236,224,122). Sum of RGB (Red+Green+Blue) = 236+224+122=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 122 (48.05% from 255 or 20.96% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE07A is #131F85. Grayscale: #D8D8D8. Windows color (decimal): -1253254 or 8052972. OLE color: 8052972.

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

Color convert

RGB 236 224 122 -
CMYK 0 0.05 0.48 0.07
HSL 53.68º 0.75% 0.7% -
HSV(B) 53.68º 0.48% 0.93% -
XYZ 64.76 72.55 29 -
YUV 215.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 236 224 122 0 0.05 0.48 0.07 53.68 0.75 0.7
Hex EC E0 7A 0 5 30 7 36 4B 46
Octal 354 340 172 0 5 60 7 66 113 106
Binary 11101100 11100000 1111010 0 101 110000 111 110110 1001011 1000110

Color Harmonies of #ECE07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE07A

Black with #ECE07A

Text Example


Text Example

White with #ECE07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE07A; }

 p { color: rgb(236,224,122); }

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

background-color css

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

 a { background-color: rgb(236,224,122); }

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

border-color css

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

 span { border-color: rgb(236,224,122); }

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