Html Css Color HEX #EFB30D Selective Yellow

📋 copy color: '#EFB30D'

red 239 ◦ green 179 ◦ blue 13

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

Shades of Selective Yellow #EFB30D

Tints of Selective Yellow #EFB30D

RGB

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

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

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

R = 55.45%
G = 41.53%
B = 3.02%

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

#EFB30D (or 0xEFB30D) is known color: Selective Yellow. HEX triplet: EF, B3 and 0D. RGB value is (239,179,13). Sum of RGB (Red+Green+Blue) = 239+179+13=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 13 (5.47% from 255 or 3.02% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB30D is #104CF2. Grayscale: #B2B2B2. Windows color (decimal): -1068275 or 898031. OLE color: 898031.

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

Color convert

RGB 239 179 13 -
CMYK 0 0.25 0.95 0.06
HSL 44.07º 0.9% 0.49% -
HSV(B) 44.07º 0.95% 0.94% -
XYZ 51.79 50.62 7.42 -
YUV 178.02 34.88 171.5 -
System Red Green Blue C M Y K H S L
Decimal 239 179 13 0 0.25 0.95 0.06 44.07 0.9 0.49
Hex EF B3 D 0 19 5F 6 2C 5A 31
Octal 357 263 15 0 31 137 6 54 132 61
Binary 11101111 10110011 1101 0 11001 1011111 110 101100 1011010 110001

Color Harmonies of #EFB30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB30D

Black with #EFB30D

Text Example


Text Example

White with #EFB30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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