Html Css Color HEX #EFB42C Bright Sun

📋 copy color: '#EFB42C'

red 239 ◦ green 180 ◦ blue 44

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

Shades of Bright Sun #EFB42C

Tints of Bright Sun #EFB42C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.5%

R = 51.62%
G = 38.88%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFB42C (or 0xEFB42C) is known color: Bright Sun. HEX triplet: EF, B4 and 2C. RGB value is (239,180,44). Sum of RGB (Red+Green+Blue) = 239+180+44=463 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.62% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB42C is #104BD3. Grayscale: #B6B6B6. Windows color (decimal): -1067988 or 2929903. OLE color: 2929903.

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

Color convert

RGB 239 180 44 -
CMYK 0 0.25 0.82 0.06
HSL 41.85º 0.86% 0.55% -
HSV(B) 41.85º 0.82% 0.94% -
XYZ 52.37 51.18 9.5 -
YUV 182.14 50.05 168.56 -
System Red Green Blue C M Y K H S L
Decimal 239 180 44 0 0.25 0.82 0.06 41.85 0.86 0.55
Hex EF B4 2C 0 19 52 6 2A 56 37
Octal 357 264 54 0 31 122 6 52 126 67
Binary 11101111 10110100 101100 0 11001 1010010 110 101010 1010110 110111

Color Harmonies of #EFB42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB42C

Black with #EFB42C

Text Example


Text Example

White with #EFB42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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