Html Css Color HEX #EFB30C Selective Yellow

📋 copy color: '#EFB30C'

red 239 ◦ green 179 ◦ blue 12

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

Shades of Selective Yellow #EFB30C

Tints of Selective Yellow #EFB30C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.63%

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

R = 55.58%
G = 41.63%
B = 2.79%

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

#EFB30C (or 0xEFB30C) is known color: Selective Yellow. HEX triplet: EF, B3 and 0C. RGB value is (239,179,12). Sum of RGB (Red+Green+Blue) = 239+179+12=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB30C is #104CF3. Grayscale: #B2B2B2. Windows color (decimal): -1068276 or 832495. OLE color: 832495.

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

Color convert

RGB 239 179 12 -
CMYK 0 0.25 0.95 0.06
HSL 44.14º 0.9% 0.49% -
HSV(B) 44.14º 0.95% 0.94% -
XYZ 51.78 50.62 7.39 -
YUV 177.9 34.38 171.58 -
System Red Green Blue C M Y K H S L
Decimal 239 179 12 0 0.25 0.95 0.06 44.14 0.9 0.49
Hex EF B3 C 0 19 5F 6 2C 5A 31
Octal 357 263 14 0 31 137 6 54 132 61
Binary 11101111 10110011 1100 0 11001 1011111 110 101100 1011010 110001

Color Harmonies of #EFB30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB30C

Black with #EFB30C

Text Example


Text Example

White with #EFB30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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