Html Css Color HEX #EBB40C Selective Yellow

📋 copy color: '#EBB40C'

red 235 ◦ green 180 ◦ blue 12

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

Shades of Selective Yellow #EBB40C

Tints of Selective Yellow #EBB40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.15%

 BLUE value IS 12 (5.08% from 255) = 2.81%

R = 55.04%
G = 42.15%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EBB40C (or 0xEBB40C) is known color: Selective Yellow. HEX triplet: EB, B4 and 0C. RGB value is (235,180,12). Sum of RGB (Red+Green+Blue) = 235+180+12=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBB40C is #144BF3. Grayscale: #B2B2B2. Windows color (decimal): -1330164 or 832747. OLE color: 832747.

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

Color convert

RGB 235 180 12 -
CMYK 0 0.23 0.95 0.08
HSL 45.2º 0.9% 0.48% -
HSV(B) 45.2º 0.95% 0.92% -
XYZ 50.65 50.33 7.39 -
YUV 177.29 34.72 169.16 -
System Red Green Blue C M Y K H S L
Decimal 235 180 12 0 0.23 0.95 0.08 45.2 0.9 0.48
Hex EB B4 C 0 17 5F 8 2D 5A 30
Octal 353 264 14 0 27 137 10 55 132 60
Binary 11101011 10110100 1100 0 10111 1011111 1000 101101 1011010 110000

Color Harmonies of #EBB40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB40C

Black with #EBB40C

Text Example


Text Example

White with #EBB40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB40C; }

 p { color: rgb(235,180,12); }

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

background-color css

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

 a { background-color: rgb(235,180,12); }

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

border-color css

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

 span { border-color: rgb(235,180,12); }

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