Html Css Color HEX #EFB02D Bright Sun

📋 copy color: '#EFB02D'

red 239 ◦ green 176 ◦ blue 45

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

Shades of Bright Sun #EFB02D

Tints of Bright Sun #EFB02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.78%

R = 51.96%
G = 38.26%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFB02D (or 0xEFB02D) is known color: Bright Sun. HEX triplet: EF, B0 and 2D. RGB value is (239,176,45). Sum of RGB (Red+Green+Blue) = 239+176+45=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB02D is #104FD2. Grayscale: #B4B4B4. Windows color (decimal): -1069011 or 2994415. OLE color: 2994415.

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

Color convert

RGB 239 176 45 -
CMYK 0 0.26 0.81 0.06
HSL 40.52º 0.86% 0.56% -
HSV(B) 40.52º 0.81% 0.94% -
XYZ 51.6 49.59 9.34 -
YUV 179.9 51.87 170.15 -
System Red Green Blue C M Y K H S L
Decimal 239 176 45 0 0.26 0.81 0.06 40.52 0.86 0.56
Hex EF B0 2D 0 1A 51 6 29 56 38
Octal 357 260 55 0 32 121 6 51 126 70
Binary 11101111 10110000 101101 0 11010 1010001 110 101001 1010110 111000

Color Harmonies of #EFB02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB02D

Black with #EFB02D

Text Example


Text Example

White with #EFB02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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