Html Css Color HEX #EBE07B Texas

📋 copy color: '#EBE07B'

red 235 ◦ green 224 ◦ blue 123

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

Shades of Texas #EBE07B

Tints of Texas #EBE07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.13%

R = 40.38%
G = 38.49%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EBE07B (or 0xEBE07B) is known color: Texas. HEX triplet: EB, E0 and 7B. RGB value is (235,224,123). Sum of RGB (Red+Green+Blue) = 235+224+123=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 123 (48.44% from 255 or 21.13% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE07B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE07B is #141F84. Grayscale: #D8D8D8. Windows color (decimal): -1318789 or 8118507. OLE color: 8118507.

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

Color convert

RGB 235 224 123 -
CMYK 0 0.05 0.48 0.08
HSL 54.11º 0.74% 0.7% -
HSV(B) 54.11º 0.48% 0.92% -
XYZ 64.49 72.4 29.32 -
YUV 215.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 235 224 123 0 0.05 0.48 0.08 54.11 0.74 0.7
Hex EB E0 7B 0 5 30 8 36 4A 46
Octal 353 340 173 0 5 60 10 66 112 106
Binary 11101011 11100000 1111011 0 101 110000 1000 110110 1001010 1000110

Color Harmonies of #EBE07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE07B

Black with #EBE07B

Text Example


Text Example

White with #EBE07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE07B; }

 p { color: rgb(235,224,123); }

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

background-color css

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

 a { background-color: rgb(235,224,123); }

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

border-color css

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

 span { border-color: rgb(235,224,123); }

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