Html Css Color HEX #EBAF0E Gamboge

📋 copy color: '#EBAF0E'

red 235 ◦ green 175 ◦ blue 14

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

Shades of Gamboge #EBAF0E

Tints of Gamboge #EBAF0E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.27%

 BLUE value IS 14 (5.86% from 255) = 3.3%

R = 55.42%
G = 41.27%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBAF0E (or 0xEBAF0E) is known color: Gamboge. HEX triplet: EB, AF and 0E. RGB value is (235,175,14). Sum of RGB (Red+Green+Blue) = 235+175+14=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EBAF0E is #1450F1. Grayscale: #AFAFAF. Windows color (decimal): -1331442 or 962539. OLE color: 962539.

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

Color convert

RGB 235 175 14 -
CMYK 0 0.26 0.94 0.08
HSL 43.71º 0.89% 0.49% -
HSV(B) 43.71º 0.94% 0.92% -
XYZ 49.67 48.35 7.13 -
YUV 174.59 37.38 171.09 -
System Red Green Blue C M Y K H S L
Decimal 235 175 14 0 0.26 0.94 0.08 43.71 0.89 0.49
Hex EB AF E 0 1A 5E 8 2C 59 31
Octal 353 257 16 0 32 136 10 54 131 61
Binary 11101011 10101111 1110 0 11010 1011110 1000 101100 1011001 110001

Color Harmonies of #EBAF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF0E

Black with #EBAF0E

Text Example


Text Example

White with #EBAF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF0E; }

 p { color: rgb(235,175,14); }

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

background-color css

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

 a { background-color: rgb(235,175,14); }

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

border-color css

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

 span { border-color: rgb(235,175,14); }

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