Html Css Color HEX #EFCA12 Moon Yellow

📋 copy color: '#EFCA12'

red 239 ◦ green 202 ◦ blue 18

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

Shades of Moon Yellow #EFCA12

Tints of Moon Yellow #EFCA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.92%

R = 52.07%
G = 44.01%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFCA12 (or 0xEFCA12) is known color: Moon Yellow. HEX triplet: EF, CA and 12. RGB value is (239,202,18). Sum of RGB (Red+Green+Blue) = 239+202+18=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFCA12 is #1035ED. Grayscale: #C0C0C0. Windows color (decimal): -1062382 or 1231599. OLE color: 1231599.

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

Color convert

RGB 239 202 18 -
CMYK 0 0.15 0.92 0.06
HSL 49.95º 0.87% 0.5% -
HSV(B) 49.95º 0.92% 0.94% -
XYZ 56.83 60.64 9.28 -
YUV 192.09 29.76 161.46 -
System Red Green Blue C M Y K H S L
Decimal 239 202 18 0 0.15 0.92 0.06 49.95 0.87 0.5
Hex EF CA 12 0 F 5C 6 32 57 32
Octal 357 312 22 0 17 134 6 62 127 62
Binary 11101111 11001010 10010 0 1111 1011100 110 110010 1010111 110010

Color Harmonies of #EFCA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA12

Black with #EFCA12

Text Example


Text Example

White with #EFCA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA12; }

 p { color: rgb(239,202,18); }

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

background-color css

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

 a { background-color: rgb(239,202,18); }

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

border-color css

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

 span { border-color: rgb(239,202,18); }

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