Html Css Color HEX #EBBD0D Moon Yellow

📋 copy color: '#EBBD0D'

red 235 ◦ green 189 ◦ blue 13

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

Shades of Moon Yellow #EBBD0D

Tints of Moon Yellow #EBBD0D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.25%

 BLUE value IS 13 (5.47% from 255) = 2.97%

R = 53.78%
G = 43.25%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBBD0D (or 0xEBBD0D) is known color: Moon Yellow. HEX triplet: EB, BD and 0D. RGB value is (235,189,13). Sum of RGB (Red+Green+Blue) = 235+189+13=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBBD0D is #1442F2. Grayscale: #B7B7B7. Windows color (decimal): -1327859 or 900587. OLE color: 900587.

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

Color convert

RGB 235 189 13 -
CMYK 0 0.20 0.94 0.08
HSL 47.57º 0.9% 0.49% -
HSV(B) 47.57º 0.94% 0.92% -
XYZ 52.53 54.09 8.05 -
YUV 182.69 32.24 165.31 -
System Red Green Blue C M Y K H S L
Decimal 235 189 13 0 0.20 0.94 0.08 47.57 0.9 0.49
Hex EB BD D 0 14 5E 8 30 5A 31
Octal 353 275 15 0 24 136 10 60 132 61
Binary 11101011 10111101 1101 0 10100 1011110 1000 110000 1011010 110001

Color Harmonies of #EBBD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBD0D

Black with #EBBD0D

Text Example


Text Example

White with #EBBD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBD0D; }

 p { color: rgb(235,189,13); }

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

background-color css

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

 a { background-color: rgb(235,189,13); }

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

border-color css

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

 span { border-color: rgb(235,189,13); }

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