Html Css Color HEX #EFCB0F Moon Yellow

📋 copy color: '#EFCB0F'

red 239 ◦ green 203 ◦ blue 15

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

Shades of Moon Yellow #EFCB0F

Tints of Moon Yellow #EFCB0F

RGB

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

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

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

R = 52.3%
G = 44.42%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFCB0F (or 0xEFCB0F) is known color: Moon Yellow. HEX triplet: EF, CB and 0F. RGB value is (239,203,15). Sum of RGB (Red+Green+Blue) = 239+203+15=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 203 (79.69% from 255 or 44.42% from 457); Blue value is 15 (6.25% from 255 or 3.28% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCB0F is #1034F0. Grayscale: #C1C1C1. Windows color (decimal): -1062129 or 1035247. OLE color: 1035247.

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

Color convert

RGB 239 203 15 -
CMYK 0 0.15 0.94 0.06
HSL 50.36º 0.88% 0.5% -
HSV(B) 50.36º 0.94% 0.94% -
XYZ 57.04 61.1 9.24 -
YUV 192.33 27.93 161.29 -
System Red Green Blue C M Y K H S L
Decimal 239 203 15 0 0.15 0.94 0.06 50.36 0.88 0.5
Hex EF CB F 0 F 5E 6 32 58 32
Octal 357 313 17 0 17 136 6 62 130 62
Binary 11101111 11001011 1111 0 1111 1011110 110 110010 1011000 110010

Color Harmonies of #EFCB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB0F

Black with #EFCB0F

Text Example


Text Example

White with #EFCB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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