Html Css Color HEX #EFB02F Bright Sun

📋 copy color: '#EFB02F'

red 239 ◦ green 176 ◦ blue 47

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

Shades of Bright Sun #EFB02F

Tints of Bright Sun #EFB02F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.1%

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

R = 51.73%
G = 38.1%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFB02F (or 0xEFB02F) is known color: Bright Sun. HEX triplet: EF, B0 and 2F. RGB value is (239,176,47). Sum of RGB (Red+Green+Blue) = 239+176+47=462 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.73% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB02F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB02F is #104FD0. Grayscale: #B4B4B4. Windows color (decimal): -1069009 or 3125487. OLE color: 3125487.

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

Color convert

RGB 239 176 47 -
CMYK 0 0.26 0.80 0.06
HSL 40.31º 0.86% 0.56% -
HSV(B) 40.31º 0.8% 0.94% -
XYZ 51.64 49.61 9.54 -
YUV 180.13 52.87 169.99 -
System Red Green Blue C M Y K H S L
Decimal 239 176 47 0 0.26 0.80 0.06 40.31 0.86 0.56
Hex EF B0 2F 0 1A 50 6 28 56 38
Octal 357 260 57 0 32 120 6 50 126 70
Binary 11101111 10110000 101111 0 11010 1010000 110 101000 1010110 111000

Color Harmonies of #EFB02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB02F

Black with #EFB02F

Text Example


Text Example

White with #EFB02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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