Html Css Color HEX #EFCB0D Moon Yellow

📋 copy color: '#EFCB0D'

red 239 ◦ green 203 ◦ blue 13

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

Shades of Moon Yellow #EFCB0D

Tints of Moon Yellow #EFCB0D

RGB

 RED value IS 239 (93.75% from 255) = 52.53%

 GREEN value IS 203 (79.69% from 255) = 44.62%

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

R = 52.53%
G = 44.62%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFCB0D (or 0xEFCB0D) is known color: Moon Yellow. HEX triplet: EF, CB and 0D. RGB value is (239,203,13). Sum of RGB (Red+Green+Blue) = 239+203+13=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 13 (5.47% from 255 or 2.86% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCB0D is #1034F2. Grayscale: #C0C0C0. Windows color (decimal): -1062131 or 904175. OLE color: 904175.

HSL color Cylindrical-coordinate representation of color #EFCB0D: hue angle of 50.44º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFCB0D is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 203 13 -
CMYK 0 0.15 0.95 0.06
HSL 50.44º 0.9% 0.49% -
HSV(B) 50.44º 0.95% 0.94% -
XYZ 57.03 61.09 9.17 -
YUV 192.1 26.93 161.45 -
System Red Green Blue C M Y K H S L
Decimal 239 203 13 0 0.15 0.95 0.06 50.44 0.9 0.49
Hex EF CB D 0 F 5F 6 32 5A 31
Octal 357 313 15 0 17 137 6 62 132 61
Binary 11101111 11001011 1101 0 1111 1011111 110 110010 1011010 110001

Color Harmonies of #EFCB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB0D

Black with #EFCB0D

Text Example


Text Example

White with #EFCB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB0D; }

 p { color: rgb(239,203,13); }

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

background-color css

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

 a { background-color: rgb(239,203,13); }

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

border-color css

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

 span { border-color: rgb(239,203,13); }

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