Html Css Color HEX #EBCD10 Moon Yellow

📋 copy color: '#EBCD10'

red 235 ◦ green 205 ◦ blue 16

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

Shades of Moon Yellow #EBCD10

Tints of Moon Yellow #EBCD10

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.96%

 BLUE value IS 16 (6.64% from 255) = 3.51%

R = 51.54%
G = 44.96%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EBCD10 (or 0xEBCD10) is known color: Moon Yellow. HEX triplet: EB, CD and 10. RGB value is (235,205,16). Sum of RGB (Red+Green+Blue) = 235+205+16=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 16 (6.64% from 255 or 3.51% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBCD10 is #1432EF. Grayscale: #C1C1C1. Windows color (decimal): -1323760 or 1101291. OLE color: 1101291.

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

Color convert

RGB 235 205 16 -
CMYK 0 0.13 0.93 0.08
HSL 51.78º 0.87% 0.49% -
HSV(B) 51.78º 0.93% 0.92% -
XYZ 56.19 61.36 9.37 -
YUV 192.42 28.44 158.37 -
System Red Green Blue C M Y K H S L
Decimal 235 205 16 0 0.13 0.93 0.08 51.78 0.87 0.49
Hex EB CD 10 0 D 5D 8 34 57 31
Octal 353 315 20 0 15 135 10 64 127 61
Binary 11101011 11001101 10000 0 1101 1011101 1000 110100 1010111 110001

Color Harmonies of #EBCD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD10

Black with #EBCD10

Text Example


Text Example

White with #EBCD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD10; }

 p { color: rgb(235,205,16); }

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

background-color css

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

 a { background-color: rgb(235,205,16); }

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

border-color css

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

 span { border-color: rgb(235,205,16); }

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