Html Css Color HEX #EBE77D Texas

📋 copy color: '#EBE77D'

red 235 ◦ green 231 ◦ blue 125

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

Shades of Texas #EBE77D

Tints of Texas #EBE77D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.09%

 BLUE value IS 125 (49.22% from 255) = 21.15%

R = 39.76%
G = 39.09%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EBE77D (or 0xEBE77D) is known color: Texas. HEX triplet: EB, E7 and 7D. RGB value is (235,231,125). Sum of RGB (Red+Green+Blue) = 235+231+125=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE77D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE77D is #141882. Grayscale: #DCDCDC. Windows color (decimal): -1316995 or 8251371. OLE color: 8251371.

HSL color Cylindrical-coordinate representation of color #EBE77D: hue angle of 57.82º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBE77D is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 231 125 -
CMYK 0 0.02 0.47 0.08
HSL 57.82º 0.73% 0.71% -
HSV(B) 57.82º 0.47% 0.92% -
XYZ 66.54 76.29 30.62 -
YUV 220.11 74.33 138.62 -
System Red Green Blue C M Y K H S L
Decimal 235 231 125 0 0.02 0.47 0.08 57.82 0.73 0.71
Hex EB E7 7D 0 2 2F 8 3A 49 47
Octal 353 347 175 0 2 57 10 72 111 107
Binary 11101011 11100111 1111101 0 10 101111 1000 111010 1001001 1000111

Color Harmonies of #EBE77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE77D

Black with #EBE77D

Text Example


Text Example

White with #EBE77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE77D; }

 p { color: rgb(235,231,125); }

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

background-color css

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

 a { background-color: rgb(235,231,125); }

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

border-color css

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

 span { border-color: rgb(235,231,125); }

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