Html Css Color HEX #EFB40C Selective Yellow

📋 copy color: '#EFB40C'

red 239 ◦ green 180 ◦ blue 12

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

Shades of Selective Yellow #EFB40C

Tints of Selective Yellow #EFB40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.76%

 BLUE value IS 12 (5.08% from 255) = 2.78%

R = 55.45%
G = 41.76%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFB40C (or 0xEFB40C) is known color: Selective Yellow. HEX triplet: EF, B4 and 0C. RGB value is (239,180,12). Sum of RGB (Red+Green+Blue) = 239+180+12=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB40C is #104BF3. Grayscale: #B3B3B3. Windows color (decimal): -1068020 or 832751. OLE color: 832751.

HSL color Cylindrical-coordinate representation of color #EFB40C: hue angle of 44.41º 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 #EFB40C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 180 12 -
CMYK 0 0.25 0.95 0.06
HSL 44.41º 0.9% 0.49% -
HSV(B) 44.41º 0.95% 0.94% -
XYZ 51.98 51.02 7.46 -
YUV 178.49 34.05 171.16 -
System Red Green Blue C M Y K H S L
Decimal 239 180 12 0 0.25 0.95 0.06 44.41 0.9 0.49
Hex EF B4 C 0 19 5F 6 2C 5A 31
Octal 357 264 14 0 31 137 6 54 132 61
Binary 11101111 10110100 1100 0 11001 1011111 110 101100 1011010 110001

Color Harmonies of #EFB40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB40C

Black with #EFB40C

Text Example


Text Example

White with #EFB40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB40C; }

 p { color: rgb(239,180,12); }

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

background-color css

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

 a { background-color: rgb(239,180,12); }

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

border-color css

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

 span { border-color: rgb(239,180,12); }

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