Html Css Color HEX #EFB32E Bright Sun

📋 copy color: '#EFB32E'

red 239 ◦ green 179 ◦ blue 46

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

Shades of Bright Sun #EFB32E

Tints of Bright Sun #EFB32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.91%

R = 51.51%
G = 38.58%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFB32E (or 0xEFB32E) is known color: Bright Sun. HEX triplet: EF, B3 and 2E. RGB value is (239,179,46). Sum of RGB (Red+Green+Blue) = 239+179+46=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 46 (18.36% from 255 or 9.91% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB32E is #104CD1. Grayscale: #B6B6B6. Windows color (decimal): -1068242 or 3060719. OLE color: 3060719.

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

Color convert

RGB 239 179 46 -
CMYK 0 0.25 0.81 0.06
HSL 41.35º 0.86% 0.56% -
HSV(B) 41.35º 0.81% 0.94% -
XYZ 52.21 50.79 9.64 -
YUV 181.78 51.38 168.81 -
System Red Green Blue C M Y K H S L
Decimal 239 179 46 0 0.25 0.81 0.06 41.35 0.86 0.56
Hex EF B3 2E 0 19 51 6 29 56 38
Octal 357 263 56 0 31 121 6 51 126 70
Binary 11101111 10110011 101110 0 11001 1010001 110 101001 1010110 111000

Color Harmonies of #EFB32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB32E

Black with #EFB32E

Text Example


Text Example

White with #EFB32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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