Html Css Color HEX #EFB42F Bright Sun

📋 copy color: '#EFB42F'

red 239 ◦ green 180 ◦ blue 47

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

Shades of Bright Sun #EFB42F

Tints of Bright Sun #EFB42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.09%

R = 51.29%
G = 38.63%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFB42F (or 0xEFB42F) is known color: Bright Sun. HEX triplet: EF, B4 and 2F. RGB value is (239,180,47). Sum of RGB (Red+Green+Blue) = 239+180+47=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB42F is #104BD0. Grayscale: #B7B7B7. Windows color (decimal): -1067985 or 3126511. OLE color: 3126511.

HSL color Cylindrical-coordinate representation of color #EFB42F: hue angle of 41.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFB42F is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 180 47 -
CMYK 0 0.25 0.80 0.06
HSL 41.56º 0.86% 0.56% -
HSV(B) 41.56º 0.8% 0.94% -
XYZ 52.43 51.2 9.81 -
YUV 182.48 51.55 168.31 -
System Red Green Blue C M Y K H S L
Decimal 239 180 47 0 0.25 0.80 0.06 41.56 0.86 0.56
Hex EF B4 2F 0 19 50 6 2A 56 38
Octal 357 264 57 0 31 120 6 52 126 70
Binary 11101111 10110100 101111 0 11001 1010000 110 101010 1010110 111000

Color Harmonies of #EFB42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB42F

Black with #EFB42F

Text Example


Text Example

White with #EFB42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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