Html Css Color HEX #EBDF7B Texas

📋 copy color: '#EBDF7B'

red 235 ◦ green 223 ◦ blue 123

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

Shades of Texas #EBDF7B

Tints of Texas #EBDF7B

RGB

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

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

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

R = 40.45%
G = 38.38%
B = 21.17%

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

#EBDF7B (or 0xEBDF7B) is known color: Texas. HEX triplet: EB, DF and 7B. RGB value is (235,223,123). Sum of RGB (Red+Green+Blue) = 235+223+123=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 123 (48.44% from 255 or 21.17% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDF7B is #142084. Grayscale: #D7D7D7. Windows color (decimal): -1319045 or 8118251. OLE color: 8118251.

HSL color Cylindrical-coordinate representation of color #EBDF7B: hue angle of 53.57º 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 #EBDF7B is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 223 123 -
CMYK 0 0.05 0.48 0.08
HSL 53.57º 0.74% 0.7% -
HSV(B) 53.57º 0.48% 0.92% -
XYZ 64.22 71.87 29.23 -
YUV 215.19 75.98 142.13 -
System Red Green Blue C M Y K H S L
Decimal 235 223 123 0 0.05 0.48 0.08 53.57 0.74 0.7
Hex EB DF 7B 0 5 30 8 36 4A 46
Octal 353 337 173 0 5 60 10 66 112 106
Binary 11101011 11011111 1111011 0 101 110000 1000 110110 1001010 1000110

Color Harmonies of #EBDF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF7B

Black with #EBDF7B

Text Example


Text Example

White with #EBDF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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