Html Css Color HEX #EBCA0F Moon Yellow

📋 copy color: '#EBCA0F'

red 235 ◦ green 202 ◦ blue 15

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

Shades of Moon Yellow #EBCA0F

Tints of Moon Yellow #EBCA0F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.69%

 BLUE value IS 15 (6.25% from 255) = 3.32%

R = 51.99%
G = 44.69%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBCA0F (or 0xEBCA0F) is known color: Moon Yellow. HEX triplet: EB, CA and 0F. RGB value is (235,202,15). Sum of RGB (Red+Green+Blue) = 235+202+15=452 (59% of max value = 765). Red value is 235 (92.19% from 255 or 51.99% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 15 (6.25% from 255 or 3.32% from 452); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCA0F is #1435F0. Grayscale: #BFBFBF. Windows color (decimal): -1324529 or 1034987. OLE color: 1034987.

HSL color Cylindrical-coordinate representation of color #EBCA0F: hue angle of 51º degrees, saturation: 0.88, 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 #EBCA0F is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 202 15 -
CMYK 0 0.14 0.94 0.08
HSL 51º 0.88% 0.49% -
HSV(B) 51º 0.94% 0.92% -
XYZ 55.47 59.94 9.1 -
YUV 190.55 28.93 159.71 -
System Red Green Blue C M Y K H S L
Decimal 235 202 15 0 0.14 0.94 0.08 51 0.88 0.49
Hex EB CA F 0 E 5E 8 33 58 31
Octal 353 312 17 0 16 136 10 63 130 61
Binary 11101011 11001010 1111 0 1110 1011110 1000 110011 1011000 110001

Color Harmonies of #EBCA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCA0F

Black with #EBCA0F

Text Example


Text Example

White with #EBCA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCA0F; }

 p { color: rgb(235,202,15); }

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

background-color css

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

 a { background-color: rgb(235,202,15); }

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

border-color css

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

 span { border-color: rgb(235,202,15); }

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