Html Css Color HEX #EBDF77 Texas

📋 copy color: '#EBDF77'

red 235 ◦ green 223 ◦ blue 119

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

Shades of Texas #EBDF77

Tints of Texas #EBDF77

RGB

 RED value IS 235 (92.19% from 255) = 40.73%

 GREEN value IS 223 (87.5% from 255) = 38.65%

 BLUE value IS 119 (46.88% from 255) = 20.62%

R = 40.73%
G = 38.65%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBDF77 (or 0xEBDF77) is known color: Texas. HEX triplet: EB, DF and 77. RGB value is (235,223,119). Sum of RGB (Red+Green+Blue) = 235+223+119=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 119 (46.88% from 255 or 20.62% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDF77 is #142088. Grayscale: #D7D7D7. Windows color (decimal): -1319049 or 7856107. OLE color: 7856107.

HSL color Cylindrical-coordinate representation of color #EBDF77: hue angle of 53.79º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBDF77 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 223 119 -
CMYK 0 0.05 0.49 0.08
HSL 53.79º 0.74% 0.69% -
HSV(B) 53.79º 0.49% 0.92% -
XYZ 63.98 71.77 27.93 -
YUV 214.73 73.98 142.46 -
System Red Green Blue C M Y K H S L
Decimal 235 223 119 0 0.05 0.49 0.08 53.79 0.74 0.69
Hex EB DF 77 0 5 31 8 36 4A 45
Octal 353 337 167 0 5 61 10 66 112 105
Binary 11101011 11011111 1110111 0 101 110001 1000 110110 1001010 1000101

Color Harmonies of #EBDF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF77

Black with #EBDF77

Text Example


Text Example

White with #EBDF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF77; }

 p { color: rgb(235,223,119); }

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

background-color css

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

 a { background-color: rgb(235,223,119); }

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

border-color css

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

 span { border-color: rgb(235,223,119); }

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