Html Css Color HEX #EBE67D Texas

📋 copy color: '#EBE67D'

red 235 ◦ green 230 ◦ blue 125

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

Shades of Texas #EBE67D

Tints of Texas #EBE67D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.98%

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

R = 39.83%
G = 38.98%
B = 21.19%

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

#EBE67D (or 0xEBE67D) is known color: Texas. HEX triplet: EB, E6 and 7D. RGB value is (235,230,125). Sum of RGB (Red+Green+Blue) = 235+230+125=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE67D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE67D is #141982. Grayscale: #DBDBDB. Windows color (decimal): -1317251 or 8251115. OLE color: 8251115.

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

Color convert

RGB 235 230 125 -
CMYK 0 0.02 0.47 0.08
HSL 57.27º 0.73% 0.71% -
HSV(B) 57.27º 0.47% 0.92% -
XYZ 66.26 75.74 30.53 -
YUV 219.53 74.66 139.04 -
System Red Green Blue C M Y K H S L
Decimal 235 230 125 0 0.02 0.47 0.08 57.27 0.73 0.71
Hex EB E6 7D 0 2 2F 8 39 49 47
Octal 353 346 175 0 2 57 10 71 111 107
Binary 11101011 11100110 1111101 0 10 101111 1000 111001 1001001 1000111

Color Harmonies of #EBE67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE67D

Black with #EBE67D

Text Example


Text Example

White with #EBE67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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