Html Css Color HEX #EFB40A Selective Yellow

📋 copy color: '#EFB40A'

red 239 ◦ green 180 ◦ blue 10

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

Shades of Selective Yellow #EFB40A

Tints of Selective Yellow #EFB40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.33%

R = 55.71%
G = 41.96%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EFB40A (or 0xEFB40A) is known color: Selective Yellow. HEX triplet: EF, B4 and 0A. RGB value is (239,180,10). Sum of RGB (Red+Green+Blue) = 239+180+10=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 10 (4.30% from 255 or 2.33% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB40A is #104BF5. Grayscale: #B2B2B2. Windows color (decimal): -1068022 or 701679. OLE color: 701679.

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

Color convert

RGB 239 180 10 -
CMYK 0 0.25 0.96 0.06
HSL 44.54º 0.92% 0.49% -
HSV(B) 44.54º 0.96% 0.94% -
XYZ 51.97 51.02 7.39 -
YUV 178.26 33.05 171.32 -
System Red Green Blue C M Y K H S L
Decimal 239 180 10 0 0.25 0.96 0.06 44.54 0.92 0.49
Hex EF B4 A 0 19 60 6 2D 5C 31
Octal 357 264 12 0 31 140 6 55 134 61
Binary 11101111 10110100 1010 0 11001 1100000 110 101101 1011100 110001

Color Harmonies of #EFB40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB40A

Black with #EFB40A

Text Example


Text Example

White with #EFB40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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